home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
TESTS
/
GC1.ICN
< prev
next >
Wrap
Text File
|
1990-03-02
|
285b
|
16 lines
procedure main()
every 1 to 100 do {
write(&collections)
every 1 to 100 do
list(1000)
}
write("collecting ...")
collect()
every s := repl("x",1 to 1000) do {
cset(string(&lcase))
t := table()
set([s])
s[2 : 5]
}
end